projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdaa25b
)
Create bash_completion.d directory
author
gentoo90
<gentoo90@gmail.com>
Wed, 22 Oct 2014 09:07:40 +0000
(12:07 +0300)
committer
gentoo90
<gentoo90@gmail.com>
Wed, 22 Oct 2014 09:07:40 +0000
(12:07 +0300)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 359fc1b11c59ccdd1524b3e0d803ae3503858d8a..437fe748fac1dc04b9d54bcc983b079f7d913b84 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-155,7
+155,8
@@
prepare-manifest-$(1):
rm -rf $$(PKGDIR_$(1))
mkdir -p $$(PKGDIR_$(1))/bin $$(PKGDIR_$(1))/lib/cargo \
$$(PKGDIR_$(1))/share/man/man1 \
- $$(PKGDIR_$(1))/share/doc/cargo
+ $$(PKGDIR_$(1))/share/doc/cargo \
+ $$(PKGDIR_$(1))/etc/bash_completion.d
cp $$(TARGET_$(1))/cargo$$(X) $$(PKGDIR_$(1))/bin
cp src/etc/cargo.1 $$(PKGDIR_$(1))/share/man/man1
cp src/etc/cargo.bashcomp.sh $$(PKGDIR_$(1))/etc/bash_completion.d/cargo